
.server_yw_box {
	width: 100%;
	height: auto;
	padding: 70px 0px;
	background: #fff;
}
.content_WH {
	width: 1400px;
	margin: 0px auto;
}
.index_title1_box {
	width: 100%;
	height: auto;
}
.index_title1_box h2 {
	font-size: 36px;
	color: #2b8afd;
	text-align: center;
	font-weight: bold;
}
.index_title1_box h2 span {
	color: #333;
}
.index_title1_box p {
	color: #999999;
	text-align: center;
}
.server_yw_ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}
.server_yw_ul li {
	width: 23%;
	height: auto;
	padding-bottom: 10px;
	background: #FFFFFF;
	margin-top: 30px;
	box-shadow: 1px 1px 10px 1px hsl(207deg 74% 87%);
}
.server_yw_ul li img {
	width: 100%;
	height: auto;
	display: block;
}
.server_yw_ul li h2 {
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-top: 18px;
}
.server_yw_ul li p {
	display: block;
	width: 85%;
	height: 50px;
	overflow: hidden;
	margin: 0px auto 20px;
	margin-top: 14px;
	color: #666666;
	line-height: 24px;
	text-align: center;
}
.server_yw_ul li span {
	display: block;
	width: 120px;
	height: 32px;/*background: #2b8afd;*/
	color: #333;
	text-align: center;
	line-height: 32px;
	margin: 0px auto;
	margin-top: 24px;
	border: 1px solid #ddd;
}
.index_ywly_butn {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 23px;
}
.index_ywly_butn li {
	width: 224px;
	height: 42px;
	border: 1px solid #e4e4e4;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	color: #666666;
	cursor: pointer;
	margin-top: 14px;
}
.index_ywly_butn li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	color: #666666;
}
.index_ywly_butn li.on {
	color: #FFFFFF;
	background: #2b8afd;
}
.index_ywly_butn li.on a {
	color: #FFFFFF;
}
.index_ywly_butn li:hover {
	color: #FFFFFF;
	background: #135157;
}
.index_ywly_butn li:hover a {
	color: #FFFFFF;
}
.index_ywly_content {
	width: 100%;
	height: auto;
	margin-top: 24px;
}
.index_ywly_content_list {
	width: 100%;
	height: auto;
	display: none;
	justify-content: space-between;
	align-items: flex-start;
}
.index_ywly_content_list_left {
	width: 342px;
	height: auto;
	position: relative;
}
.index_ywly_content_list_left img {
	width: 100%;
	height: auto;
	display: block;
}
.index_ywly_content_list_left_out_box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.index_ywly_content_list_left_out_box h2 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.index_ywly_content_list_left_out_box p {
	display: block;
	width: 278px;
	height: auto;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 20px;
}
.index_ywly_content_list_right {
	width: 848px;
	height: auto;
}
.index_ywly_content_list_right_ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}
.index_ywly_content_list_right_ul li {
	width: 204px;
	height: auto;
	background: #f7f7f7;
}
.index_ywly_content_list_right_ul li img {
	width: 100%;
	height: auto;
	display: block;
}
.index_ywly_content_list_right_ul li h2 {
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 54px;
}
.index_ywly_content_list_right_bg {
	width: 100%;
	height: 172px;
	background: url(../images/index_hyly_right_bg.jpg) no-repeat center center;
	background-size: 848px 172px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_ywly_content_list_right_bg h2 {
	font-size: 32px;
	color: #135157;
	font-weight: bold;
}
.index_ywly_content_list_right_bg_ul {
	width: 562px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 70px;
}
.index_ywly_content_list_right_bg_ul li {
	width: 24%;
	height: auto;
	margin-top: 34px;
}
.index_ywly_content_list_right_bg_ul li:nth-of-type(1), .index_ywly_content_list_right_bg_ul li:nth-of-type(2), .index_ywly_content_list_right_bg_ul li:nth-of-type(3) {
margin-top: 0px;
}
.index_ywly_content_list_right_bg_ul li a {
	height: auto;
	padding-left: 8%;
	color: #333333;
	position: relative;
}
.index_ywly_content_list_right_bg_ul li a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #135157;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -3px;
}
.index_ywly_content_list_right_bg_ul li a:hover {
	border-bottom: 1px solid #135157;
}
.index_ywly_box {
	width: 100%;
	height: auto;
	padding: 70px 0px;
}
.procapa {
	clear: both;
	font-size: 14px;
	padding: 20px 30px;
	background-color: #ffffff;
	overflow: hidden;
	width:1340px;
	margin: auto;
	border: 2px solid #03A9F4;
	line-height: 35px;
	margin-bottom: 30px;
}
.hmschtp span {
	cursor:pointer;
	margin-right:5px;
	display:inline-block;
	width:80px;
}
.hmschtp span i {
	display:inline-block;
	width:12px;
	height:12px;
	margin: -2px 5px;
	font-size:14px;
	color: #626060;
}
.hmschtp span i.icon-selected {
	color: #c70008;
}
.hmschtp #which {
	font-style:normal;
	display:inline-block;
	width:30px
}
.hmschtp #calc {
	color: #999;
	text-decoration:dashed;
	cursor:pointer
}
.hmschtp a.btn, .hmschtp input {/*width:100px;*/
	height: 40px;
	margin-left: 4px;
	text-align:center;
	border-radius:5px;
	background:#fff;
	display:inline-block;
	line-height: 40px;
}
.hmschtp input::-webkit-inner-spin-button, .hmschtp input::-webkit-outer-spin-button {
-webkit-appearance:none!important;
margin:0
}
.hmschtp a.btn {
	margin:0 20px;
transition:all .3s;
-webkit-transition:all .3s;
}
.hmschtp a.btn:hover {
	background:#c70008;
	color:#fff;
}
.hmform input {
	/*line-height: 40px;*/
	height: auto; /*float: left;*/
	border: 1px solid #ddd;
}
.hmform input.phone {
	border-radius: 12px 0px 0px 12px;
	width: 180px;
	padding: 0 10px;
	background-color: #f7f7f7;
	line-height: 35px;
	border: 1px solid #ddd;
}
.hmform input.sub {
	border-radius: 0px 12px 12px 0px;
	width: 100px;
	background-color: #2196f3;
	color: #fff;
	cursor: pointer;
	line-height: 35px;
}
.hmtitlelf {
	float: left;
}
.hmtitlert {
	float: right;
}
.hmtitlelf h3 {
	font-size: 2.6em;
	line-height: 1.8em;
}
.hmtitlelf p, .hmtitlert p {
	font-size: 1.3em;
	color: #626060;
}
.hmtitlelf a, .hmtitlert a {
	font-size: 1.0em;
}
.hmtitlelf a:hover, .hmtitlert a:hover {
	color: #c70008;
}
.hmtitlert p {
	margin-top: 3.6em;
}
.hmtitlered {
	color: #c70008!important;
	margin-left: 20px;
}
.fl {
	float: left;
	
}
.fr {
	float: right;
}








/*关于海怀*/

#c_static_751-1704766909575 {
    display-radio: 1;
    padding-top: 6%;
    padding-bottom: 6%;
    background_radio: 2;
    padding-right: 0px;
	width: 1400px;
    margin: auto;
}
#c_static_751-1704766909575 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 95%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display-radio: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    background_radio: 2;
    background-fill-value: background-image;
}
#c_static_751-1704766909575 .e_container-1 .cbox-1-0 {
    align-self: center;
    margin-top: 0px;
}
#c_static_751-1704766909575 .e_image-3 {
    overflow: hidden;
    display-radio: 1;
    max-width: 759px;
}
#c_static_751-1704766909575 .e_image-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#c_static_751-1704766909575 .e_container-1 .cbox-1-1 {
    align-self: center;
	    float: right;
    width: 55%;
    margin-left: 1%;
}
#c_static_751-1704766909575.response-animated .e_container-2 {
}
#c_static_751-1704766909575 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    background_radio: 2;
    margin-left: 30px;
    width: auto;
    background-fill-value: background-image;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}
#c_static_751-1704766909575 .e_container-2 .cbox-2-0 {
    flex: 0 0 100%;
}

#c_static_751-1704766909575 .e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.s_title {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
#c_static_751-1704766909575 .e_line-8 {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #333;
    width: 80px;
    margin-right: 0px;
    margin-left: 0px;
    display-radio: 1;
    line_radio: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
#c_static_751-1704766909575 .e_richText-6 {
    font_radio: 2;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 3%;
    display-radio: 1;
    width: 100%;
    margin-bottom: 0px;
	    text-align: left;
}

/*dibu*/

#c_grid-116273709439190 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#c_grid-116273709439190 > .p_gridbox.signal {
    min-height: inherit;
}
.s_tmpl {
    background: 0 0;
}
.s_tmpl {
    background-color: rgba(245,245,245,0);
}


#c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
}
#c_grid-116273709439190 > .p_gridbox.signal > .p_gridCell {
    min-height: inherit !important;
}
#c_grid-116273709439190 > div > .p_gridCell {
    float: left;
    position: static;
}
#c_static_001_P_1908-1654650364156 {
    min-height: 100px;
    padding-top: 0px;
    display-radio: 1;
    background-fill-value: background-color;
    background-color: rgba(31,45,73,1);
    background_radio: 2;
	background-image: url(/static/default/pc/images/footer-bg.jpg);
}
#c_static_001_P_1908-1654650364156 .e_container-34 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
}
#c_static_001_P_1908-1654650364156 .e_container-34 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
#c_static_001_P_1908-1654650364156 .e_container-67 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 50px;
    background_radio: 1;
}
#c_static_001_P_1908-1654650364156 .e_container-67 .cbox-67-0 {
    padding-right: 1%;
    margin-right: 1%;
    flex: 0 0 30%;
}
#c_static_001_P_1908-1654650364156 .e_container-73 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
}

#c_static_001_P_1908-1654650364156 .e_container-73 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
#c_static_001_P_1908-1654650364156 .e_text-82 {
    display-radio: 1;
    font_radio: 2;
    font-size: 24px;
    color: rgba(255,255,255,1);
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: left;
}
#c_static_001_P_1908-1654650364156 .e_richText-75 {
    font_radio: 2;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 2;
    display-radio: 1;
    margin-right: 0px;
    margin-left: 0px;
}
#c_static_001_P_1908-1654650364156 .e_websiteShare-77 {
    background_radio: 1;
    display-radio: 1;
    margin-top: 10px;
    display: none;
    justify-content: flex-end;
}
#c_static_001_P_1908-1654650364156 .e_credible-76 {
    display-radio: flex;
    background_radio: 2;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: flex-end;
    max-width: 106.84px;
}


.s_list {
    background-color: rgba(255,255,255,0);
}
.p {
    margin: 0;
}
a, legend {
    color: inherit;
}
#c_static_001_P_1908-1654650364156 .e_container-67 .cbox-67-1 {
    flex: 0 0 10%;
}
#c_static_001_P_1908-1654650364156 .e_text-74 {
    display-radio: 1;
    font_radio: 2;
    font-size: 18px;
    color: rgba(255,255,255,1);
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}
#c_static_001_P_1908-1654650364156 .e_container-67 .cbox-67-2 {
    margin-left: 5%;
    padding-left: 3%;
    border-left-style: solid;
    border-left-width: 0px;
    border-left-color: rgba(255,255,255,0.2);
}
#c_static_001_P_1908-1654650364156 .e_bottomNav-72 .p_level1Box {
    display: flex;
}
#c_static_001_P_1908-1654650364156 .e_bottomNav-72 .p_level1Item {
    display: none;
}
#c_static_001_P_1908-1654650364156 .e_bottomNav-72 .p_level1Item {
    width: auto;
    padding: 0 15px;
    flex-grow: 1;
}
#c_static_001_P_1908-1654650364156 .e_bottomNav-72 .p_menu1Item {
    display-radio: 1;
    font-size: 18px;
    color: rgba(255,255,255,1);
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: bold;
}
#c_static_001_P_1908-1654650364156 .e_bottomNav-72 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#c_static_001_P_1908-1654650364156 .e_bottomNav-72 .p_level1Item {
    width: auto;
    padding: 0 15px;
    flex-grow: 1;
}
.s_templatesum {
    font-size: 14px;
    color: #666;
	text-align: left;
}
#c_static_001_P_1908-1654650364156 .e_bottomNav-72 .p_level1Item.open {
    display: block;
}
#c_static_001_P_1908-1654650364156 .e_bottomNav-72 .p_menu2Item {
    display-radio: 1;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.5);
}

a:hover {
	color: #FF9800;
	text-decoration: none;
}





#c_static_001_P_1908-1654650364156 .e_container-34 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
}
#c_static_001_P_1908-1654650364156 .e_container-35 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(255,255,255,0.2);
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
#c_static_001_P_1908-1654650364156 .e_container-35 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
div[class^=cbox-], div[id^=c_] {
    position: relative;
}
#c_static_001_P_1908-1654650364156 .e_container-37 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    transition-property: all;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display-radio: flex;
    max-width: none;
}